home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / swearbear.swf / scripts / DefineButton2_89 / BUTTONCONDACTION on(release).as
Text File  |  2002-01-09  |  183b  |  13 lines

  1. on(release){
  2.    tellTarget("/beats")
  3.    {
  4.       gotoAndStop("swing");
  5.       play();
  6.    }
  7.    tellTarget("/headdance")
  8.    {
  9.       gotoAndStop("dance");
  10.       play();
  11.    }
  12. }
  13.